TableSectionInformation class¶
Attributes: [DebuggerDisplay("{Collection}, {SizeHint}")]
Defined in
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Full name: ReactiveUI.Reactive.TableSectionInformation<T>
Modifiers: public
Summary¶
Class used to extract a common API between UITableView and UITableViewCell.
Applies to
net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0
Class hierarchy
classDiagram
class TableSectionInformation~T~
class ISectionInformation~UITableViewCell~ {
<>
}
ISectionInformation~UITableViewCell~ <|.. TableSectionInformation~T~
Implements: ISectionInformation<UITableViewCell>
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| Collection | Gets the collection. |
| InitializeCellAction | Gets the initialize cell action. |
| CellKeySelector | Gets the cell key selector. |
| SizeHint | Gets the size hint. |
| Header | Gets or sets the header of this section. |
| Footer | Gets or sets the footer of this section. |